/ Assembly List / LJCWinFormControls / LJCRtControl / LJCSetLeadingSpacesToTabs

Namespace - LJCWinFormControls


Parameters
text - The text value.
leadingSpaces - The number of leading spaces to convert to a tab.

Returns

The modified text.

Syntax

C#
public static String LJCSetLeadingSpacesToTabs(String text, Int32 leadingSpaces = 8)

Sets the text leading spaces to tabs.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.